home *** CD-ROM | disk | FTP | other *** search
/ Professional Soft Collection 1.02 / Professional Soft Collection 1.02.iso / test.all / bchkw / readme.bcw < prev    next >
Text File  |  1993-04-05  |  836b  |  19 lines

  1.     Release notes for BOUNDS-CHECKER for Windows  Version 1.0
  2.  
  3.  
  4. Problem with Borland __RLSMEM library routine
  5. ---------------------------------------------
  6. There is a bug in the Borland 3.1 library routine __RLSMEM that causes a
  7. null pointer overwrite error to occur.  A single byte at location DS:4 is
  8. being overwritten.  The bug has only been reported when using large model,
  9. and has occurred on calls to delete and realloc.  The only way to prevent
  10. this bug from continually popping up BCHKW, is to deselect the "watch for
  11. writes to 1st 16 bytes of data segment" option.
  12.  
  13. The overwrite of DS:4 will only cause a problem if you are using the Windows
  14. SwitchStackTo() function.  The bytes at DS:2 through DS:5 are used by the
  15. SwitchStackTo() function to store the original SS:SP stack pointer before
  16. switching stacks.
  17.  
  18.     
  19.